github.com/jackc/pgx/v5/pgproto3.tracer.traceFunctionCall (method)

2 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		trace.go#L89: 		t.traceFunctionCall(sender, encodedLen, msg)
		trace.go#L273: func (t *tracer) traceFunctionCall(sender byte, encodedLen int32, msg *FunctionCall) {